专业字典>英语词典>class list翻译和用法

class list

英 [klɑːs lɪst]

美 [klæs lɪst]

网络  类列表; 班级名单

英英释义

noun

  • a list issued by examiners that categorizes students according to the class of honours they achieved in their degree examinations
      Synonym:honours list

    双语例句

    • There is not a right parenthesis following the class or interface list.
      类或接口列表后没有右圆括号。
    • Because of erasure, List and List are the same class, and the compiler only generates one class when compiling List ( unlike in C++).
      因为可以擦除功能,所以List和List是同一个类,编译器在编译List时只生成一个类(和C++不同)。
    • Skill Learning ( 11th level): You gain training in a skill from the rogue or wizard class skills list.
      勤学苦练(11级):选择一个游荡者或者法师技能,并受训。
    • The teacher first selects class activities from a list of board-approved options and schedules a date for each.
      教师首先从一个经董事会批准的选项列表中选择课堂活动,然后为每个活动安排一个日期。
    • Unable to fetch a value from the expected content class list.
      无法从所需内容类列表中获取值。
    • The number of students present should tally with the class list that you have been provided with.
      到课的学生人数应与提供给你的学生名单相符。
    • Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
      架构更新失败:在辅助类别列表中的类别不存在或不是一个辅助类别。
    • Template argument list following class template name must list parameters in the order used in template parameter list
      类模板名称后面的模板参数列表必须按模板参数列表中使用的顺序列出参数
    • I use the Feed class to get the list of articles.
      我使用Feed类来获取文章列表。
    • D automatically implements those interfaces via B.If you restate the interfaces in D's base class list then the C# compiler will do an interface reimplementation.
      D通过B也就自动实现了那些接口。如果你在D的基类列表中显式声明了这些接口的话,那么C编译器将会做一次接口重新实现。